toLeft
Returns a Right containing the given argument right if this is empty, or a Left containing this option's value if it is defined.
Return
a Right containing the given argument right if this is empty, or a Left containing this option's value if it is defined.
Parameters